Description Usage Arguments Details Author(s)
Wrapper for find_sticker it finds three similar objects. It assumes that there are three objects that can be found with find_sticker which are named "topleft", "topright", and "bottomleft".
1 2 3 4 |
img |
Image object. From EBImage. |
topleft.min, topleft.max |
The minimum and maximum RGB values defining a range on which a feature at position "topleft" is expected to exist. |
topright.min, topright.max |
Similar to above, but for an element at position topright. |
bottomleft.min, bottomleft.max |
Similar to above, but for an element at position bottomleft. |
return.img |
NOT IMPLEMENTED. Logical, indicating whether to return the masked object(s). |
This function was designed with a specific setup in mind. Namely the need to identify a rectangular area that is defined by three colored points on each of three of its vertices. See the file example1.jpeg included with this package for an example.
Sur Herrera Paredes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.