Costas Panagiotakis
Hellenic Mediterranean University, Greece
Followers: 0 Following: 0
homepage: www.csd.uoc.gr/~cpanag Professional Interests: signal processing, image and video analysis, 3D animation, multimedia and pattern recognition
Feeds
문제를 풀었습니다
Find the numeric mean of the prime numbers in a matrix.
There will always be at least one prime in the matrix. Example: Input in = [ 8 3 5 9 ] Output out is 4...
3개월 전
문제를 풀었습니다
Alternating sum
Given vector x, calculate the alternating sum y = x(1) - x(2) + x(3) - x(4) + ...
3개월 전
문제를 풀었습니다
Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...
3개월 전
문제를 풀었습니다
Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.
3개월 전
문제를 풀었습니다
Perfect Square or not
find Given input x is perfect square or not,if yes then output y=1.else y=0
3개월 전
문제를 풀었습니다
Solve Linear equations
Solve Linear equations Example: x+y=2 and x+2y=3, then x and y equal to 1.
3개월 전
문제를 풀었습니다
MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8
3개월 전
문제를 풀었습니다
Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.
3개월 전
문제를 풀었습니다
Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...
3개월 전
문제를 풀었습니다
Rounding off numbers to n decimals
Inspired by a mistake in one of the problems I created, I created this problem where you have to round off a floating point numb...
3개월 전
문제를 풀었습니다
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:...
3개월 전
제출됨
Fast Equipartition of 2D Shapes
The goal of this problem is to obtain a segmentation into N equal area segments (regions).
10개월 전 | 다운로드 수: 1 |
제출됨
2D Shape Equipartition
A segmentation of a region into N equal area segments so that the boundaries between the segments have a minimum length.
1년 초과 전 | 다운로드 수: 1 |
제출됨
Flood Segmentation
Unsupervised Color Based Flood Segmentation in UAV imagery
1년 초과 전 | 다운로드 수: 2 |
제출됨
Tourist trip design problem with POI categories
We propose awe propose an efficient deterministic method based on Expectation-Maximization (EM)
거의 2년 전 | 다운로드 수: 1 |
제출됨
Unconstrained Polygonal Fitting
PSO based Unconstrained Polygonal Fitting of 2D Shapes
대략 2년 전 | 다운로드 수: 1 |
제출됨
Tree Detection with Decremental Circle Fitting Algorithm
The proposed Decremental Circle Fitting Algorithm (DCFA) is applied on the tree detection problem.
거의 3년 전 | 다운로드 수: 4 |
제출됨
Beat Synchronous Dance Animation
Beat Synchronous Dance Animation based on Analysis of Periodic Motion given the music Tempo.
대략 4년 전 | 다운로드 수: 1 |
제출됨
Cell Segmentation - RFOVE method
Region-based Fitting of Overlapping Ellipses and its Application to Cells Segmentation
4년 초과 전 | 다운로드 수: 3 |
제출됨
Dual Training Error based Correction Approach (DTEC)
We propose a method to improve the prediction performance of recommender systems via a Dual Training Error based Correction (DT...
4년 초과 전 | 다운로드 수: 1 |
제출됨
Attack Detection in Recommender Systems
Unsupervised and supervised methods for the creation and detection of hurriedly created profiles in recommender systems
거의 6년 전 | 다운로드 수: 1 |
제출됨
Periodicity Detection - PMUCOS Method
PMUCOS discovers all periodic parts of a video sequence
대략 6년 전 | 다운로드 수: 1 |
제출됨
Cell Segmentation - SEG-SELF Method
Region based method for segmenting and splitting images of cells in an unsupervised manner.
대략 6년 전 | 다운로드 수: 1 |
제출됨
Unsupervised Image Sorting
Image sorting via a reduction in travelling salesman problem
대략 6년 전 | 다운로드 수: 1 |




