-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Add Content] Interpolation #92
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Rename Assets folder to
assets
- Remove unnecessary obj files.
- Rename to interpolation.cpp instead of pixels_Interpolation.
- Add comments in the code files.
- No need to define a seperate namespace.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Image paths in readme are incorrect.
@Raghav323, order of numbering of the folder should be in the sequence followed in the seminar. So create a seperate PR for changing the order of the number of the folder |
@Raghav323, update the PR according to the new folder structure |
* Added code,Assets,Makefile for Interpolation * Added README.md * Added requested changes * Fixed Image Paths in README.md * Renamed 8_Interpolation to 3_interpolation
This PR aims to add Interpolation content .
Linked Issue : #60