Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Create free account
Try Google Cloud Risk-Free With $300 in Credit
No hidden charges. No surprise bills. Cancel anytime.
Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
...This program includes: Prewitt filter, Roberts Cross, Canny edge detector and finally Sobel filter with the ability to modify some variables such as sigma in Canny and see the result in real-time.
To access and download the code, please review the code section. (The code section is currently close until our article gets published)
Commiting publicly to the project is currently closed but feel free to email us.
The source code is dependant on CUDA 5.0 Samples now available as part of the CUDA Toolkit.
"This software contains source code provided by NVIDIA Corporation."
C and C++ control flow graph generator and analyzer
CoFlo generates Control-Flow Graphs from C and C++ source code. It can then output the graphs in a number of ways and perform various control flow analyses.
NOTE: CoFlo has not been under active development for several years. At this time, I suggest you look into LLVM-based tooling to see if there is anything similar to CoFlo which will meet your needs.