photo

Hanif Ullah


Active since 2019

Followers: 0   Following: 0

Message

Software Developer and Android Application Developer at Dir Lower in Khyber Pakhtunkhwa, Pakistan

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
29,605
of 300,553

REPUTATION
1

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
0

RANK
 of 21,024

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,635

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


how to subtract a dynamic mask from an image
how to subtract a dynamic mask from an image. i m using the following code but its only working on static mask. f=[12 30 120 2...

6 years ago | 1 answer | 0

1

answer

Question


how to subtract mask from an image and add the pixels value
please help me to code for it. I did this code but not working properly. clear all close all f = [12 30 120 220 120 130 14...

6 years ago | 1 answer | 0

1

answer

Question


how to subtract small window from an image by shifting pixel by pixel
I want to take small window from image and subtract that small window from whole image by shifting pixels by pixels. like for ex...

6 years ago | 1 answer | 0

1

answer

Question


How to apply average filter on image ?
I m working on image to apply average filter on it. It gives perfect result on array of matrix but not working on real image her...

6 years ago | 2 answers | 0

2

answers

Question


how to equalize histogram of two images ?
clc close all clear all img1 = imread('img2.jpg'); img2 = imread('img1.jpg'); subplot(3,2,1); imshow(img1); title('First ...

6 years ago | 2 answers | 0

2

answers