public function ImageFocusEntropy::__construct in Image Focus Crop 6
Same name and namespace in other branches
- 7 image_focus.entropy.inc \ImageFocusEntropy::__construct()
File
- ./
image_focus.entropy.inc, line 18 - Image entropy calculation.
Class
- ImageFocusEntropy
- @file Image entropy calculation.
Code
public function __construct($image) {
$this->image = $image;
}