createCLAHE() method is not available in Java binding (Bug #3902)


Added by Alex Stax over 10 years ago. Updated almost 10 years ago.


Status:Done Start date:2014-09-11
Priority:Normal Due date:
Assignee:Andrey Pavlenko % Done:

0%

Category:java bindings
Target version:3.0
Affected version:branch 'master' (3.0-dev) Operating System:Any
Difficulty:Medium HW Platform:Any
Pull request:https://github.com/Itseez/opencv/pull/3180

Description

It seems that createCLAHE() function is not available in java bindings.
Without the ability to call this function, CLAHE implementation in java bindings looks useless.

This issue was posted several times on the web.
here http://answers.opencv.org/question/27360/clahe-implemenation-in-java/
and here http://stackoverflow.com/questions/25342035/run-clahe-contrast-limited-adaptive-histogram-equalization-algorithm-on-opencv

is it possible to implement that function in OpenCV 2.4 or 3?

Thanks


Associated revisions

Revision 085b4ca7
Added by Vadim Pisarevsky almost 10 years ago

Merge pull request #3902 from apavlenko:doc_fix_imwrite_master

History

Updated by Dmitry Retinskiy over 10 years ago

Andrey, could you check the problem?
Thanks.

  • Status changed from New to Open
  • Category set to java bindings
  • Assignee set to Andrey Pavlenko

Updated by Maksim Shabunin over 10 years ago

Hi, this method should be implemented now. Please check

package:
    org.opencv.imgproc
class:
    Imgproc
methods:
    CLAHE createCLAHE()
    CLAHE createCLAHE(double clipLimit, Size tileGridSize)

Updated by Maksim Shabunin almost 10 years ago

  • Status changed from Open to Done
  • Target version set to 3.0
  • Pull request set to https://github.com/Itseez/opencv/pull/3180
  • Difficulty set to Medium
  • Affected version changed from 2.4.9 (latest release) to branch 'master' (3.0-dev)

Also available in: Atom PDF