Blog
Welcome to my blog section. Here are some of my featured articles from Medium:
Featured Articles
MoonMetaSync: Lunar Image Registration Analysis
An image registration analysis using SIFT, SURF, and IntFeat.
Dynamizing Arrays
For a dynamic array, there’s a pre-defined memory capacity allocation and the elements of the array are stored in those memory locations. However, if the array size grows beyond the existing capacity, all the existing elements of the array are copied to a new location with increased capacity. Why is it necessary?
Image Recognition using PCA
Building an image recognition module using Principal Component Analysis.