首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
spots专题
hihoCoder1227 The Cats' Feeding Spots【暴力】
题目链接: http://hihocoder.com/problemset/problem/1227 题目大意: 给你 M 个点的坐标(二维平面),从这 M 个点中找出 N 个点,使得以这 N 个点中的某一点 为圆心,且半径为整数的圆包含这 N 个点,同时保证圆周上没有点。求这个最小的半径, 如果没有就输出"-1"。 解题思路: 点数最多有 100 个,那么要预先求出
阅读更多...
去噪论文阅读——[CVPR2022]Blind2Unblind: Self-Supervised Image Denoising with Visible Blind Spots
知乎同名账号同步发布 今天看一篇自监督图像去噪论文: 题目:Blind2Unblind: Self-Supervised Image Denoising with Visible Blind Spots paper:https://arxiv.org/abs/2203.06967 code:https://github.com/demonsjin/Blind2Unblind 目录
阅读更多...