cvGetHistValue_1D   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/external/opencv.xtm

Implementation

(bind-func cvGetHistValue_1D
  (lambda (hist:CvHistogram* idx:i32)
    (let ((bins (tref hist 1)))
      (dtof (cvGetReal1D bins idx)))))


Back to Index

Similar Entries