Coder Social home page Coder Social logo

george's Projects

edge-repair icon edge-repair

modified the approach outlined in "A Fast and Robust Ellipse Detection-Method ..." (https://www.researchgate.net/publication/261999152_A_Fast_and_Robust_Ellipse-Detection_Method_Based_on_Sorted_Merging) to use line segments and calculated curvature to repair errors in edge maps caused by noise or occlusion.

edge-segmentation icon edge-segmentation

a canny bitmap is used to extract contiguous regions as defined by being entirely enclosed by edge pixels. a time complexity of O((a + b)n) is achieved by using node forests and pixel tags to create an equivalent structure to the final result while the image is being iterated. the equivalent structure is then reduced by collapsing node trees from the forest and extracted regions are output as python lists of pixel coordinates. O((a + b)n) where a is the complexity of the edge map, b is the average height of a node tree in the forest, and n is the total number of pixels in the image (width * height).

kgraph-tools icon kgraph-tools

tools for the study of higher rank graphs and graph c*-algebras. Morita equivalent graph rewriting system.

radish icon radish

a rudimentary database application for fractal datasets

relationalgraph icon relationalgraph

incomplete. implements the relational reasoning network from patacchiola and storkey 2020. eventually will visualize training progress&feature encoding, and analyze the implicit graph defined by the relation head.

relenc icon relenc

convolutional-relational neural network architectures for segmentation of electron micrographs

rutabaga icon rutabaga

a repository for scripts and tools created while investigating the roots of q polynomials and other related mathematical objects

suffix icon suffix

Fast suffix arrays for Rust (with Unicode support).

tftestscripts icon tftestscripts

a suite of tests to figure out why my training script is so slow on an ec2 instance

tri_raster icon tri_raster

generate points in a triangle in time linear to its area.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.