photo

Datti Nagadhara Harini


Gayatri Vidya Parishad College of Engineering (A)

Con actividad desde 2013

Followers: 0   Following: 0

Academics:

B.Tech (EEE) - RVR & JC College of Engineering, Guntur
MBA (Finance & Marketing) - Andhra University, Visakhapatnam.
M.Tech (CST) - Andhra University College of Engineering, Visakhapatnam.
PHD (Computer Science) - Andhra University College of Engineering, Visakhapatnam.

Certifications:
IOT certification - Couresera
Big Data and Hadoop - Coursera

Area of Research:

Image Processing.
Computer Vision,
Machine learning,
Distributed network,
parallel computing,
Big data analytics,
IOT

Estadística

All
  • Thankful Level 3
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


I am doing my research in automatic image annotation. I tried by using vision toolbox, but able to solve only for one object. how to proceed for multiple objects
my code for identifying cats in an image. load('cats.mat'); imDir = fullfile(matlabroot,'toolbox','vision','visiondemos'...

casi 10 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Index exceeds matrix dimensions using pca in matlab 2013a
here is the sample code: temp_files = dir([temp_dir '\*.jpg']); im_waves = zeros(size(temp_files,1),2551); ...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


errors in file SegmentationforCortina ,m
segmentation_ui( loaddir('I:\D\Datasets\Ncut_9\Ncut_9\jpg_images','*.jpg'), loadstrings('categ.txt') ); Error using fgets I...

alrededor de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


i want to extract the labelled regions
biggestGrain = [1 2 5 6] This is the labelled regions which I want to extract where i should compute feature extraction on...

alrededor de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


i want to display the bobs which are greater than area 15
code: label = bwlabel(bw,4); stats = regionprops(label,'Centroid','Area'); >> for n = 1:length(stats) disp(sprintf('Blob n...

alrededor de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


segmented parts should be treated as seperate regions
i segmented the image . now each segmented part should be considered as region . i dont understand how to seperate as regions. ...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to run cpp files
i am working on windows 7 of matlab 2013a i find that while running cpp functions given in the matlab code are getting function...

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Ncut_9 image segmentation. I downloaded the code from link exchange for image segmentation. while i am running the demoNcutImage the follwing errors I am getting. Please help me
I downloaded the code from link exchange for image segmentation. while i am running the demoNcutImage the follwing errors I am g...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to change set of image names into directory
imageNames = {'elephant.jpg','cameraman.tif','peppers.png','saturn.png',... 'pears.png','stapleRemover.jpg','football.jpg',...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


i cannot open a file from external hard disk
addpath(genpath([H:\D\codes\scene understanding\codetsu\codetsu,'\codetsu'])); savepath; Undefined function or variable 'H'.

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


image segmentation and blobs
which is the best algorithm for segmenting natural images and finally i want to represent the objects in an image as blobs. plea...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


after if condition the value is not assigning, the default value 255 is coming
% seeded region growing algorithm % clear all; clc; I = imread('7.jpg'); Is = imresize(I,[256 256]); Ig = rgb2gray...

más de 10 años hace | 1 respuesta | 0

1

respuesta