Java使用opencv之后imwrite导致图片变模糊了,要怎么解决

问题遇到的现象和发生背景

我通过opencv 添加了点,生成图片的时候,图片变得模糊了

问题相关代码,请勿粘贴截图
Tile tile = GeoUtils.getTile(16, point);
        Mat tileMa1t = Imgcodecs.imread("D:\\img\\tile-merge\\z=19.jpg", Imgcodecs.IMREAD_COLOR); 
        Imgproc.cvtColor(tileMa1t, tileMa1t, Imgproc.COLOR_BGR2BGRA);
        Tile tile1 = new Tile();
        tile1.setX(53435);
        tile1.setY(28609);
        Pixel p1 = mercatorTransform.mercator2Tile(new Coordinate(mercatorPoint.getLng(), mercatorPoint.getLat()), tile, 16);
        Rect rect = new Rect((int) p1.getX(), (int) p1.getY(), tileMat.cols(), tileMat.rows());
        Mat src_roi = new Mat(tileMa1t, rect);
        tileMat.copyTo(src_roi);
        MatOfInt params = new MatOfInt();
        params.reshape(Imgcodecs.IMWRITE_JPEG_QUALITY);  //选择jpeg
        params.reshape(100); //在这个填入你要的图片质量
        Imgcodecs.imwrite("D:\\img\\dst1.jpg", tileMa1t, params);

运行结果及报错内容
我的解答思路和尝试过的方法
我想要达到的结果

你好,我是有问必答小助手,非常抱歉,本次您提出的有问必答问题,技术专家团超时未为您做出解答


本次提问扣除的有问必答次数,将会以问答VIP体验卡(1次有问必答机会、商城购买实体图书享受95折优惠)的形式为您补发到账户。


因为有问必答VIP体验卡有效期仅有1天,您在需要使用的时候【私信】联系我,我会为您补发。