Skip to content

Commit 548e9cb

Browse files
committed
Image Resizing
1 parent 12e1b4b commit 548e9cb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ It is designed to emulate some of Python's OpenCV image processing from scratch
1111

1212
This project began in Spring 2019 (detailed in <b>readme_general.pdf</b>, <b>readme_phase_1.pdf</b>, and <b>readme_phase_2.pdf</b>),
1313
requiring the usage of <b>delaunay triangulation</b>, <b>projective/affine transformation</b>, <b>application of projections
14-
through matrices</b>, <b>masking,</b> and <b>alpha blending</b> - all of which are still maintained with this project - in order
15-
to accomplish image morphing. Thus, this repository is more of a 'proof of concept' than it is the most efficient way of
16-
accomplishing the given task of image morphing.
14+
through matrices</b>, <b>masking,</b> and <b>alpha blending</b> - all of which are still maintained - in order to accomplish image
15+
morphing. Thus, this repository is more of a 'proof of concept' than it is the most efficient way of accomplishing the given task of image morphing.
1716

1817
So far, this program has only been tested on separate Windows environments;
1918
if it does not already, later releases are likely to support Mac and Linux.

0 commit comments

Comments
 (0)