Community Profile

vishwas h s


visvesvaraya technological university

Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

2

answers

Question


hi all.. i am writing a program to convert image to text... but i am getting an error " Invalid file identifier. Use fopen to generate a valid file identifier."...can pls get me out of it...i am attaching the code with it...
clc; clear all; img=imread('F:\TEST PICTURES\car.jpg'); %Read a Gray image from workspace img=rgb2gray(img); [r c] = size(im...

ongeveer 10 jaar ago | 1 answer | 0

1

answer

Question


Hi..i am trying to use the function "blockproc" for histogram equalization of an image blockwise...but i am gettin an error....
a = imread('C:\Users\Public\Pictures\Sample Pictures\image14.jpg'); a = rgb2gray(a); b = blockproc(a,[8,8],histeq); ...

ongeveer 10 jaar ago | 1 answer | 0

1

answer

Question


hi..i am getting an error while using the "axis" function....the value that i gave was [0 255 0 1] ....0 to 255 are grey scale values of image on the x axis and 0 to 1 the cdf on the y axis....
x = linspace(0,1,255) plot(x,cdf_data) axis(0 , 255 , 0 , 1) set (gca, 'xtick', 0:1:255) set (gca, 'ytick', 0:0.2:1) ...

ongeveer 10 jaar ago | 0 answers | 0

0

answers

Question


hi..i am writing the code for recursive mean separate histogram equalization..i am getting an error called "Undefined function 'averpixcal' for input arguments of type 'double'."when calling the function 'averpixcal'..code is attached for reference
//----main module-----// PicOri=imread('C:\Users\Public\Pictures\Sample Pictures\image14.jpg'); % if isgray(PicOri)==0 ...

ongeveer 10 jaar ago | 2 answers | 0

2

answers

Question


hi ..i am writing a code for quadrant dynamic histogram equalization...but i am getting an error while mapping back to the original image as 'Attempted to access map(0); index must be a positive integer or logical.'..i have attached the code
clc; close all; clear all; WAAD_img= imread('C:\Users\Public\Pictures\Sample Pictures\image14.jpg'); WAAD_img= rgb...

ongeveer 10 jaar ago | 2 answers | 1

2

answers