Skip to content

Add new CropStrategy CSMaxEntropyFast, rewrite in C.#34

Open
kilnyy wants to merge 1 commit intorainycape:masterfrom
kilnyy:master
Open

Add new CropStrategy CSMaxEntropyFast, rewrite in C.#34
kilnyy wants to merge 1 commit intorainycape:masterfrom
kilnyy:master

Conversation

@kilnyy
Copy link
Copy Markdown

@kilnyy kilnyy commented Jul 17, 2015

  • It's not necessary to calculate entropy for full of image when finding
    max entropy rectangle. We could use previous result to speed up this
    process. Reduce time complexity from O(n^3) to O(n^2).

- It's not necessary to calculate entropy for full of image when finding
  max entropy rectangle. We could use previous result to speed up this
  process. Reduce time complexity from O(n^3) to O(n^2).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant