144 results for “topic:pgm”
TwelveMonkeys ImageIO: Additional plug-ins and extensions for Java's ImageIO
Qt based tool for editing maps generated by ROS gmapping package.
map_server for Cartographer
Library for decoding obscure graphics formats, such as Targa (.TGA), Sun raster (.RAS, .SUN), ZSoft (.PCX), Netpbm (.PPM, .PGM, .PBM, .PNM), Amiga (LBM, PIC), SGI, MacPaint, and DICOM.
Windows Shell extension to allow image types such as Portable Pixmap Format (PPM), Portable Graymap Format (PGM) and Portable Bitmap Format (PBM) to get thumbnail, properties and data object support in Windows Explorer. Both ascii and binary versions of the above formats are supported. This extension will render thumbnails and properties (width, height, dimensions, bit depth) which will display in Windows Explorer. It also implements a data handler extension which will permit copying the file from Explorer and pasting in applications such as MSPaint or Photoshop.
GID (Generic Image Decoder): a standalone, portable generic Ada package for decoding images
pbm, pgm, ppm image IO for modern C++ (single header only library)
counterfactuals for magnetic resonance images of multiple sclerosis
Paradox events and control using ESP32
A free, open-source inference and learning library for Sum-Product Networks (SPN)
PGM to DNG converter
PNM( Portable Anymap Format ) AKA Netpbm ( PBM, PGM and PPM ) Reader and Writer
Convert PGM maps created in Minecraft 1.9 - 1.12 to be usable in 1.8
An open-source PGM-based autonomous driving simulator for complex urban environments.
C implementation of the Sobel and Robert's Cross edge detection algorithms.
To Convert Directory of Images ( JPG, JPEG, PNG, BMP, PBM, PGM, PPM, XBM ) to a directory of any other images ( JPG , JPEG, PNG, BMP, PBM, PGM, PPM, XBM ) , which can change the size for all of them. using C++ and QT Library.
Generate pgm map from Gazebo world. Some instructions for the usage of the ROS package pgm_map_creator.
All-in-one plugin for PGM servers
Probabilistic Graphical Models from Scratch with support for LWF Chain Graphs
Probability distributions in Clojure
Publicly available maps used by warz.one
Pure C image processing library - Learn DFT/FFT, convolution, edge detection from scratch. Zero dependencies, perfect for embedded systems.
Python skeleton code for assignments of Probabilistic Graphical Models course on Coursera.
Procedurally generated hybrid key-value stores
Pyro official tutorial 的中文编译项目,在保证原文意思的前提下加入一些自己的理解。
Lightweight image viewer written in C and SDL3
Make OCN Great Again!
These are my solutions to the assignments of the probabilistic graphical models class offered by coursera
PGM-Index is a space-efficient data structure for fast lookup in sorted sequences. It approximates the distribution of keys with piecewise linear models, allowing searches in O(log ε) with a guaranteed error bound.
KV-storage engine based on Minimal perfect hash functions with hybrid indexing (+PGM Index) for Rust. Zero collisions. Pure O(1) performance.