public function ImageFocusEntropy::__construct in Image Focus Crop 7
Same name and namespace in other branches
- 6 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;
}