|
You are here |
www.jeremykun.com | ||
| | | | |
vcansimplify.wordpress.com
|
|
| | | | | Humans possess an incredible ability to identify objects in an image. Image processing algorithms are still far behind this ability. Segmentation is the process of dividing an image into meaningful regions. All pixels belonging to a region should get a unique label in an ideal segmentation. The current segmentation functions in scikit-image are too fine... | |
| | | | |
www.hillelwayne.com
|
|
| | | | | A (directed) graph is a set of nodes, connected by arrows (edges). The nodes and edges may contain data. Here are some graphs: All graphs made with graphviz (source) Graphs are ubiquitous in software engineering: Package dependencies form directed graphs, as do module imports. The internet is a graph of links between webpages. Model checkers analyze software by exploring the "state space" of all possible configurations. | |
| | | | |
adrianmejia.com
|
|
| | | | | JavaScript tutorials and web development articles including topics like NodeJS, Angular, VueJS, Data Structures and Algorithms. | |
| | | | |
www.stackchief.com
|
|
| | | Garbage collection in Java including understanding what is garbage collection, why garbage collection, how garbage collection works in Java, force garbage collection, monitoring garbage collection and interview questions. | ||