Merge pull request #55 from davidoram/feature/fix-eqialize-hist
Feature/fix eqialize hist
This commit is contained in:
commit
b115d87f0d
2 changed files with 0 additions and 5 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 8.1 KiB |
|
|
@ -113,11 +113,6 @@ func (img *IplImage) GetROI() Rect {
|
||||||
return Rect(r)
|
return Rect(r)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Equalizes the histogram of a grayscale image */
|
|
||||||
func (img *IplImage) EqualizeHist(dest *IplImage) {
|
|
||||||
C.cvEqualizeHist(unsafe.Pointer(img), unsafe.Pointer(dest))
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Reshape changes shape of the image without copying data. A value of `0` means
|
Reshape changes shape of the image without copying data. A value of `0` means
|
||||||
that channels or rows remain unchanged.
|
that channels or rows remain unchanged.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue