Blog

Welcome to my blog section. Here are some of my featured articles from Medium:

Preview of Blog 1

MoonMetaSync: Lunar Image Registration Analysis

An image registration analysis using SIFT, SURF, and IntFeat.

Preview of Blog 2

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?

Preview of Blog 3

Image Recognition using PCA

Building an image recognition module using Principal Component Analysis.

View all my articles on Medium