@AteeqUrRehmanDaudzai
  • Stars
    star
    3
  • Global Rank 1,846,687 (Top 64 %)
  • Followers 3
  • Following 1
  • Registered over 7 years ago
  • Most used languages
    C
    100.0 %
  • Location 🇵🇰 Pakistan
  • Country Total Rank 5,099
  • Country Ranking
    C
    133

Top repositories

1

Digital-Clock-using-8051

In this mini project, we are using one 8051 families based microcontroller, one 16×2 LCD display and one 4×4 keyboard for settling the time.
C
2
star
2

Matlab-Gui-Image-processing

TERM PROJECT The term project includes the development of a GUI in MATLAB, using GUIDE, which facilitates some of the basic image processing techniques. The characteristics of the GUI are listed below: 1. File Menu a. Image Open (read an image using Windows explorer) b. Image Save (writes an image using Windows explorer) c. Exit (exists the GUI and terminates is properly) 2. 3 Axis in main GUI a. Axis 1 contains image 1 b. Axis 2 contains image 2 c. Axis 3 contains the resulting image after operation on image 1 or image 2 or a combination of both 3. Task Buttons The task buttons should perform the techniques listed below a. Image transform - Fourier and Inverse b. Image Spatial Transformation - rotation, flipping, transposition, transforms such as log, root, power etc. c. Image Cropping - for image cropping a rectangle should be placed on the image 1 or 2 as desired. The rectangle using imrect should allow for its relocation and size variability. Once the area is selected the user executes the crop button again and the Region of Interest (ROI) is extracted. d. Multiple Image Manipulation - Addition, subtraction and scaling of image 1 or 2 or both. e. Mouse Hover- This should allow for the mouse cursor to be hovered over image. The pixel's location and intensity information should be displayed in axis 2. f. Zooming: Use a scroll bar to zoom on image 1 or 2 as desired.
1
star