photo

Datti Nagadhara Harini


Gayatri Vidya Parishad College of Engineering (A)

Active since 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

Statistics

All
  • Thankful Level 3
  • Solver

View badges

Feeds

View by

Question


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'...

nästan 10 år ago | 1 answer | 1

1

answer

Question


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); ...

ungefär 10 år ago | 1 answer | 0

1

answer

Question


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...

ungefär 10 år ago | 0 answers | 0

0

answers

Question


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...

ungefär 10 år ago | 0 answers | 0

0

answers

Question


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...

ungefär 10 år ago | 0 answers | 0

0

answers

Question


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. ...

ungefär 10 år ago | 1 answer | 0

1

answer

Question


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...

mer än 10 år ago | 0 answers | 0

0

answers

Question


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...

mer än 10 år ago | 1 answer | 0

1

answer

Question


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

mer än 10 år ago | 1 answer | 0

1

answer

Question


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'.

mer än 10 år ago | 1 answer | 0

1

answer

Question


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...

mer än 10 år ago | 1 answer | 0

1

answer

Question


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...

mer än 10 år ago | 1 answer | 0

1

answer