Carotene functions

There is a group of functions called carotene with interesting features but unfortunately few documentation.

My question is, what is the difference between say a normal cv::FastFeature class that we normally used with the carotene fast implementation?

And if they are different, how can I employ the second one in my code?

if you have built your opencv library with carotene support, it will call the carotene functions from cv::FAST internally (there’s nothing to do in your code)

1 Like