Skip to content
View ybv's full-sized avatar

Organizations

@Affirm

Block or report ybv

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. edge_detection edge_detection Public

    Implemented a solution in MATLAB for edge detection based on wavelet based edge detection and fusion. Haar filter and db2 filter are used to decompose the images and recompose them at 3 levels. the…

    MATLAB 16 3

  2. tracking_analysis tracking_analysis Public

    Comparing Kalman filtering with Particle filtering as ways to localize and track the location of a robot in a known planar environment. The position and orientation of the robot is state. The only …

    Python 2 3

  3. chroma chroma Public

    Forked from chroma-core/chroma

    the open source embedding database

    Python

  4. dbpedia_graph dbpedia_graph Public

    exploring dbpedia using cayley

    CSS

  5. DistributedIntersection DistributedIntersection Public

    Protocol-1:A centralized approach by forming a star structure among the participating nodes. Protocol-2: An efficient version of set intersection operation using coordinated ranges where, ranges th…

    Java