photo

Datti Nagadhara Harini


Gayatri Vidya Parishad College of Engineering (A)

Aktiv seit 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

Statistik

All
MATLAB Answers

12 Fragen
0 Antworten

Cody

0 Probleme
13 Lösungen

RANG
24.130
of 300.871

REPUTATION
1

BEITRÄGE
12 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
41.67%

ERHALTENE STIMMEN
1

RANG
 of 21.100

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
33.580
of 171.460

BEITRÄGE
0 Probleme
13 Lösungen

PUNKTESTAND
140

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

mehr als 9 Jahre vor

Gelöst


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

mehr als 9 Jahre vor

Gelöst


Is my wife right?
Regardless of input, output the string 'yes'.

mehr als 9 Jahre vor

Gelöst


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

mehr als 10 Jahre vor

Gelöst


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

mehr als 10 Jahre vor

Gelöst


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

mehr als 10 Jahre vor

Gelöst


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

mehr als 10 Jahre vor

Gelöst


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

mehr als 10 Jahre vor

Gelöst


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

mehr als 10 Jahre vor

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Gelöst


Add two numbers
Given a and b, return the sum a+b in c.

etwa 12 Jahre vor

Gelöst


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

etwa 12 Jahre vor

Gelöst


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

etwa 12 Jahre vor

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

mehr als 12 Jahre vor