{
    "componentChunkName": "component---src-templates-post-js",
    "path": "/projects/image-filter",
    "result": {"data":{"mdx":{"frontmatter":{"title":"Image Filtering Techniques","author":"Souleymane Dembele","date":"2024-06-01"},"body":"var _excluded = [\"components\"];\nfunction _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }\nfunction _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }\nfunction _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; }\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\nvar _frontmatter = {\n  \"title\": \"Image Filtering Techniques\",\n  \"slug\": \"projects/image-filter\",\n  \"author\": \"Souleymane Dembele\",\n  \"date\": \"2024-06-01\",\n  \"isDraft\": false\n};\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n    props = _objectWithoutProperties(_ref, _excluded);\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"p\", null, \"A comparative study of three classic image-filtering techniques in C++ with\\nOpenCV.\"), mdx(\"h2\", null, \"What it does\"), mdx(\"p\", null, \"I implemented Gaussian blur, median filtering, and Sobel edge detection in C++\\nwith OpenCV and analyzed them in MATLAB, measuring noise reduction, edge\\npreservation, and runtime. The result is a clear picture of which filter to reach\\nfor given the trade-off between image quality and processing cost.\"), mdx(\"h2\", null, \"Links\"), mdx(\"a\", {\n    href: \"https://github.com/souleymanedembele/image_filter\",\n    target: \"_blank\",\n    rel: \"noopener noreferrer\"\n  }, \"View the code on GitHub\"));\n}\n;\nMDXContent.isMDXComponent = true;"}},"pageContext":{"slug":"projects/image-filter"}},
    "staticQueryHashes": ["3649515864","68838506"]}