-
Notifications
You must be signed in to change notification settings - Fork 0
Complexity
Tianshu Huang edited this page Oct 8, 2018
·
1 revision
Assume for this page that the image has resolution mxn, where m>=n.
| Algorithm | Complexity | Benchmarks |
|---|---|---|
| Reading in the image | mn | |
| SVD | mn^2 | |
| Matrix Convolution filter with ixi mask | mni^2 | |
| Canny Edge Detection | mn log(mn) |