Skip to content Skip to sidebar Skip to footer
Showing posts with the label Algorithm

Object Tracking In Real Time Via Opencv And Python

I'm looking for good algorithm to do object tracking in real time. the best one I found so far … Read more Object Tracking In Real Time Via Opencv And Python

Square Root Without Pre-defined Function In Python

How can one find the square root of a number without using any pre-defined functions in python? I n… Read more Square Root Without Pre-defined Function In Python

Mlpy - Dynamic Time Warping Depends On X?

I am trying to get the distance between these two arrays shown below by DTW. I am using the Pytho… Read more Mlpy - Dynamic Time Warping Depends On X?

Adjacency List And Adjacency Matrix Are Able To Logically Present A Non-linear Data Structure

how adjacency list and adjacency matrix are able to logically present a non-linear data structure, … Read more Adjacency List And Adjacency Matrix Are Able To Logically Present A Non-linear Data Structure

Python Trie: How To Traverse It To Build List Of All Words?

I have created a trie tree as im learning python, here is the trie output {'a': {'b'… Read more Python Trie: How To Traverse It To Build List Of All Words?

Edit Distance: Ignore Start/end

I am looking for an algorithm that does edit distance, but which will ignore start+end in the one s… Read more Edit Distance: Ignore Start/end