Reenu Mohandas (@renzhere)
  • Stars
    star
    2
  • Global Rank 2,219,069 (Top 77 %)
  • Registered over 7 years ago
  • Most used languages
    C#
    100.0 %
  • Location ๐Ÿ‡ฎ๐Ÿ‡ช Ireland
  • Country Ranking
    C#
    303

Top repositories

1

WaynesDVD

Wayneโ€™sDVD is an online DVD store Designed and Developed a C#/Asp.net MVC application from ground up. The MVC pattern emphasizes on the separation of concerns policy by separating out the application into Model, View and Controllers. Entity Framework is used as the Data Access technology and EF code first development paradigm where Models are designed using classes first and Database is created on the fly from these classes. MySQL Local DB stored the Data for application and LINQ technology was used to Query the database. PayPal Sand box was used to manage the shopping cart. Bootstrap and JQuery is used at the Front End to give an aesthetic touch to the Wayneโ€™s DVD MVC application.
C#
1
star
2

Labview-Project

Blob DETECTION LabVIEW is a graphical programming language widely used for Automation of large scale projects. The Vision Assistant Module is integrated to acquire and process Images for Image Processing and Computer Vision applications. A test image is accessed from a data set and then using the template, more blobs of the same shape is identified and counted. The blob Detection is performed on a collection of coins. The template of the shape is extracted using the HSI Intensity plane of the image. Then the shape detection is used as we can see the shape is circular for a coin. Morphological operation like Dilation was used for Segmentation. The morphological approach quantitatively describes operations effective for the shape of objects in an image. The count of the coins is then returned.
1
star