Y Simson
Followers: 0 Following: 0
M. Sc. EE engineering Professional Interests: Computer Vision, Video and Image processing
Estadística
4 Archivos
Cody0 Problemas
4 Soluciones
CLASIFICACIÓN
N/A
of 295.527
REPUTACIÓN
N/A
CONTRIBUCIONES
0 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
3.326 of 20.242
REPUTACIÓN
462
EVALUACIÓN MEDIA
4.60
CONTRIBUCIONES
4 Archivos
DESCARGAS
4
ALL TIME DESCARGAS
4310
CLASIFICACIÓN
57.363
of 154.057
CONTRIBUCIONES
0 Problemas
4 Soluciones
PUNTUACIÓN
50
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Enviada
Seam Carving with Dijkstra and Dynamic programming
A comparison between two methods
más de 10 años hace | 1 descarga |
Resuelto
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. Example...
más de 10 años hace
Resuelto
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...
más de 10 años hace
Resuelto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
más de 10 años hace
Resuelto
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:...
más de 10 años hace
Enviada
A solution to the Maze problem with Dijkstra
Use Dijkstra to find the shortest path to a Maze
más de 10 años hace | 1 descarga |
Enviada
Dijkstra lowest cost for images
Finds the lowest cost path on an image from one point to another
más de 10 años hace | 1 descarga |
Enviada
Poisson Image Editing
Straightforward implementation of Perez's paper on Poisson image editing
más de 10 años hace | 1 descarga |