aswathy pavithran - MATLAB Central
photo

aswathy pavithran


Last seen: 3 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 04/18 to 03/25Use left and right arrows to move selectionFrom 04/18Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

5 个提问
3 个回答

排名
10,138
of 297,716

声誉
4

贡献数
5 个提问
3 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,469

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,428

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Answer
  • Revival Level 1

查看徽章

Feeds

排序方式:

提问


how to remove Fog noise without losing fine details
i have done fog removal on an image. i got a noisy image but have fine details like face specialisation. After applying filt...

4 years 前 | 0 个回答 | 0

0

个回答

提问


how to remove fog pixel noise without blurring the image
I want to remove white pixels formed due to fog . I tried spatial filtering and inpainting but result was not satisfactory. Can...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Is it possible to access the alpha value from an RGB image
i want to measure transparency of a hazy or foggy image.is there any other parameter that gives me the information of transpa...

5 years 前 | 2 个回答 | 0

2

个回答

已回答
assigning a variable for a specific time
initialize a variable like A to zero; A(1:300)=0; t1=1; initial time period t2=300; final time period; here we have initial...

5 years 前 | 0

| 已接受

提问


how to correct my image
please tell me which operation should i do to get a clearly visible image?i attached output image and input image. Aim was to re...

5 years 前 | 0 个回答 | 0

0

个回答

已回答
how to acess decimal values of grayscale image?
In gray scale image it is returning index value not the intensity.To get intensity value use code mat2gray();

5 years 前 | 0

提问


how to acess decimal values of grayscale image?
i got figure of grayscale images. i found from the figure that RGB values of all pixels are in decimals.When i tried to acces...

5 years 前 | 1 个回答 | 0

1

个回答

已回答
I am working on Heart Rate Estimation through detected face(ROI) from a video non-invasivley through a camera. Can someone suggest how should i start ?
clear all; close all; obj=VideoReader('C:\Users\HP\Downloads\a.avi');% creat an object.this obj contains full video numFrames...

7 years 前 | 0