Ask Your Question

asecbi's profile - activity

2018-01-18 00:24:35 -0600 received badge  Enthusiast
2018-01-10 01:41:42 -0600 asked a question SFM for android

SFM for android System information (version) OpenCV => 3.4 Platform => Android Compiler => NDK 16b De

2016-01-13 03:40:11 -0600 asked a question Java Spring & JavaCV

Hello all,

Can i use Java Spring and JavaCV together? Is it possible and How? Do you have any documentation about this?

2015-12-17 06:09:05 -0600 commented question CLAHE in Android

thanks for your advice berak ;)

2015-12-17 03:48:48 -0600 commented question CLAHE in Android

Thansk for documentation berak. But i dont know how can create object based on clahe class becasue its constructor want "addr" variable. Do have info about this variable?

2015-12-16 08:43:24 -0600 asked a question CLAHE in Android

Hello all,

I wanna use CLAHE algorithm in my project. But i cannot find documentation that how can i use CLAHE algorithm. I found one thing about this subject that opencv has CLAHE algorithm. ( https://github.com/vRallev/OpenCV/blo... ). There are no documentation about this subject.

How can i use CLAHE class? What is "addr" variable in constructor method ( protected CLAHE(long addr) { super(addr); } )? How can i create this "addr" variable?

Thanks for your interest.