Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.13 KB

NSImageView+EMCVLib.md

File metadata and controls

31 lines (20 loc) · 1.13 KB

NSImageView + EMCVLib

A category of NSImageView.

  • [ObjC]: Means this property or method can be used on Objective-C.
  • [ObjC++]: Means this property or method can only be used on Objective-C++.

Property

empty

Instance Method

Initialization

empty

Others

  • [ObjC++]: drawHistOnMat:withHist:size:color: Draw the specified histogram on the mat with specified color.
  • [ObjC]: drawCVImage: Display a EMCVImage.
  • [ObjC]: drawAndFitSizeWithCVImage: Display and fit size with a EMCVImage instance.
  • [ObjC]: drawHistWithCVImage:size:rgbColor: Draw EMCVImage instance's histogram method with specified color.
  • [ObjC]: drawRGBHistWithCVImage: A wrraped method of drawing RGB EMCVImage instance's histogram.
  • [ObjC]: drawHistWithCVSplitedImage:sizes:rgbs: Draw a EMCVSplitedImage instance's histogram with specified sizes and colors.
  • [ObjC]: drawHistWithCVSplitedImage:channal:sizes:rgbs: Draw a EMCVSplitedImage instance's histogram with specified channal, sizes and color.
  • [ObjC]: setImageAndFitSizeWithImage: Redraw and display a NSImage instance.

Class Method

empty