Back to FabImage Library website
You are here: Start » Function Reference » Box » BoxIntersection
Header: | FIL.h |
---|---|
Namespace: | fil |
Computes the common part of two boxes.
Syntax
C++
C#
void fil::BoxIntersection ( const fil::Box& inBox1, const fil::Box& inBox2, fil::Box& outBox )
Parameters
In-place Processing
This function supports in-place data processing - you can pass the same reference to inBox1 and outBox, inBox2 and outBox
Read more about In-place Computation.