Skip to content

Instantly share code, notes, and snippets.

View mguludag's full-sized avatar

M. Galib Uludag mguludag

View GitHub Profile
if(NOT CMAKE_VERSION VERSION_LESS 3.10)
include_guard()
endif()
if(NOT COMMAND FetchContent_Populate)
if(CMAKE_VERSION VERSION_LESS 3.11)
message(STATUS "Fetching FetchContent.cmake")
/****************************************************************************************************
*
* This example shows dnn edge detection vs canny
* dnn edge detection slower than canny but its more realistic on most cases
*
*****************************************************************************************************/
#include "mycroplayer.hpp"
#include <iostream>
#include <string>
#include <vector>
#include "mycroplayer.hpp"
MyCropLayer::MyCropLayer(const cv::dnn::LayerParams &params)
: cv::dnn::Layer(params)
{}
cv::Ptr<cv::dnn::Layer> MyCropLayer::create(cv::dnn::LayerParams &params)
{
return cv::Ptr<Layer>(new MyCropLayer(params));
}
#ifndef MYCROPLAYER_HPP
#define MYCROPLAYER_HPP
#include <opencv2/core.hpp>
#include <opencv2/dnn.hpp>
#include <opencv2/dnn/layer.details.hpp>
#include <opencv2/dnn/shape_utils.hpp>
#include <opencv2/highgui.hpp>
#include <opencv2/imgproc.hpp>
#include <opencv2/opencv.hpp>
<?xml version="1.0" encoding="utf-8"?>
<PublishedMedia id="472" release="Windows Blue November RTM Slipstream">
<Files>
<File id="147320">
<FileName>9600.17053.winblue_refresh.141120-0031_x64fre_client_CoreSingleLanguage_ar-sa-IR5_CSLA_X64FRER_AR-SA_ESD.esd</FileName>
<LanguageCode>ar-sa</LanguageCode>
<Language>Arabic</Language>
<Edition>Windows 8.1 Single Language</Edition>
<Architecture>64-bit (x64)</Architecture>
<Size>2797351968</Size>