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...
2 months 前
已解决
Alternating sum
Given vector x, calculate the alternating sum y = x(1) - x(2) + x(3) - x(4) + ...
2 months 前
已解决
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...
2 months 前
已解决
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.
2 months 前
已解决
Perfect Square or not
find Given input x is perfect square or not,if yes then output y=1.else y=0
2 months 前
已解决
Solve Linear equations
Solve Linear equations Example: x+y=2 and x+2y=3, then x and y equal to 1.
2 months 前
已解决
MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8
2 months 前
已解决
Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.
2 months 前
已解决
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 ...
2 months 前
已解决
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...
2 months 前
已解决
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:...
2 months 前
已提交
Fast Equipartition of 2D Shapes
The goal of this problem is to obtain a segmentation into N equal area segments (regions).
9 months 前 | 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 year 前 | 1 次下载 |
已提交
Flood Segmentation
Unsupervised Color Based Flood Segmentation in UAV imagery
1 year 前 | 2 次下载 |
已提交
Tourist trip design problem with POI categories
We propose awe propose an efficient deterministic method based on Expectation-Maximization (EM)
2 years 前 | 1 次下载 |
已提交
Unconstrained Polygonal Fitting
PSO based Unconstrained Polygonal Fitting of 2D Shapes
2 years 前 | 1 次下载 |
已提交
Tree Detection with Decremental Circle Fitting Algorithm
The proposed Decremental Circle Fitting Algorithm (DCFA) is applied on the tree detection problem.
3 years 前 | 4 次下载 |
已提交
Beat Synchronous Dance Animation
Beat Synchronous Dance Animation based on Analysis of Periodic Motion given the music Tempo.
4 years 前 | 1 次下载 |
已提交
Cell Segmentation - RFOVE method
Region-based Fitting of Overlapping Ellipses and its Application to Cells Segmentation
4 years 前 | 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 years 前 | 1 次下载 |
已提交
Attack Detection in Recommender Systems
Unsupervised and supervised methods for the creation and detection of hurriedly created profiles in recommender systems
6 years 前 | 1 次下载 |
已提交
Periodicity Detection - PMUCOS Method
PMUCOS discovers all periodic parts of a video sequence
6 years 前 | 1 次下载 |
已提交
Cell Segmentation - SEG-SELF Method
Region based method for segmenting and splitting images of cells in an unsupervised manner.
6 years 前 | 1 次下载 |
已提交
Unsupervised Image Sorting
Image sorting via a reduction in travelling salesman problem
6 years 前 | 1 次下载 |
已提交
Signal Segmentation and Modelling
Simultaneous Signal Segmentation and Modelling based on Equipartition Principle
8 years 前 | 1 次下载 |




