Different variants of Local binary pattern of image

asked 2019-11-08 19:10:25 -0600

Sandeep Kumar gravatar image

I want to implement different variants of Local binary pattern of image. I am trying to find the clear description with different variants of Local binary pattern of image so that I can implement them using OpenCV. Can any one please give me the links of different variants of Local binary pattern of image.

edit retag flag offensive close merge delete

Comments

first thing to try: write your own implementation of the variant you know, i'd say.

also: http://dismac.dii.unipg.it/hep/code/h...

berak gravatar imageberak ( 2019-11-09 01:58:27 -0600 )edit
1

When I am trying to run VARLBP.cpp from https://github.com/carolinepacheco/lb... in online jupyter notebook using #pragma cling add_library_path("https://github.com/...

pragma cling add_library_path("https://github.com/...

I am getting an error error: use of undeclared identifier 'cv'

Sandeep Kumar gravatar imageSandeep Kumar ( 2019-11-13 02:55:20 -0600 )edit

ehh, you can't run c++ code in a jupyter notebook...

berak gravatar imageberak ( 2019-11-13 03:11:53 -0600 )edit